func github.com/gotd/td/internal/crypto.sha1BigInt

5 uses

	github.com/gotd/td/internal/crypto (current package)
		temp_keys.go#L9: func sha1BigInt(a, b *big.Int) []byte {
		temp_keys.go#L26: 	key = append(key, sha1BigInt(newNonce, serverNonce)...)
		temp_keys.go#L28: 	key = append(key, sha1BigInt(serverNonce, newNonce)[:12]...)
		temp_keys.go#L31: 	iv = append(iv, sha1BigInt(serverNonce, newNonce)[12:12+8]...)
		temp_keys.go#L32: 	iv = append(iv, sha1BigInt(newNonce, newNonce)...)